ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexGridBase<T> Class / OnClientSelectionChanged Property






In This Topic
    OnClientSelectionChanged Property (FlexGridBase<T>)
    In This Topic
    Occurs after selection changes.
    Syntax
    'Declaration
     
    
    Public Overridable Property OnClientSelectionChanged As System.String
    'Usage
     
    
    Dim instance As FlexGridBase(Of T)
    Dim value As System.String
     
    instance.OnClientSelectionChanged = value
     
    value = instance.OnClientSelectionChanged
    public virtual System.string OnClientSelectionChanged {get; set;}
    public read-write property OnClientSelectionChanged: System.String; virtual; 
    public function get,set OnClientSelectionChanged : System.String
    public: __property virtual System.string* get_OnClientSelectionChanged();
    public: __property virtual void set_OnClientSelectionChanged( 
       System.string* value
    );
    public:
    virtual property System.String^ OnClientSelectionChanged {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also